Skip to content

Conversation

@SebastianMC
Copy link
Owner

  • implementation completed, tested locally on a dedicated vault
  • need to create unit tests for the new and modified areas before release

Sample syntax from test vault:

---
sorting-spec: |
  with-metadata: biblio status matching: value(unread)
  with-metadata: biblio status matching: value(reading)
  with-metadata: biblio status matching: value(complete)
  def
---
---
sorting-spec: |
  separator top
  with-metadata: n n matching: range(,123)
  separator 123
  with-metadata: n n matching: range[123,456]
  separator 456
  with-metadata: n n matching: range(456,)
  separator end
---

- implementation completed, tested locally on a dedicated vault
- need to create unit tests for the new and modified areas before release
- extended the supported syntax to string, extract string, ranges with various formats and comparators: alphanumeric, true-alphabetical, numeric (integers), numeric (floating point)
- full unit tests coverage of the syntax
- introducing value converters from various types of metadata to types accepted by matchers (string, bool, float, int)
- fixes in value converters from various types of metadata to types accepted by matchers (string, bool, float, int)
- mdata value matchers for boolean (valueB) and string (value, valueS, valueD, valueE, valueED) fully covered by unit tests and bugs fixed
- console messages more accurate
- DOM-based watcher for deferred File Explorer view to automatically apply custom sort when File Explorer view is actually displayed
…r view to enable smoother auto-application of custom sorting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants